File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
deploy/olm-catalog/argocd-operator/0.4.0 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1049,7 +1049,7 @@ spec:
10491049 valueFrom :
10501050 fieldRef :
10511051 fieldPath : metadata.annotations['olm.targetNamespaces']
1052- image : quay.io/argoprojlabs/argocd-operator:v0.4.0
1052+ image : quay.io/argoprojlabs/argocd-operator@sha256:cf8faa9867899ec78c37a9e72000138c7f24861f47057152e95b6addb39aedcd
10531053 livenessProbe :
10541054 httpGet :
10551055 path : /healthz
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const (
119119 ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"
120120
121121 // ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
122- ArgoCDDefaultExportJobVersion = "sha256:5d1ff8e42f6b8027cd0515e497e79149ae9f061c3db748dfd7748f7fac45de6b " // 0.3 .0
122+ ArgoCDDefaultExportJobVersion = "sha256:133b064fc01154efd6b1a1698571b0e461d4b515245bbff3350bbb186a7f6935 " // 0.4 .0
123123
124124 // ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
125125 ArgoCDDefaultExportLocalCapicity = "2Gi"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ configMapGenerator:
1111apiVersion : kustomize.config.k8s.io/v1beta1
1212kind : Kustomization
1313images :
14- - name : controller
14+ - digest : sha256:cf8faa9867899ec78c37a9e72000138c7f24861f47057152e95b6addb39aedcd
15+ name : controller
1516 newName : quay.io/argoprojlabs/argocd-operator
16- newTag : v0.4.0
Original file line number Diff line number Diff line change @@ -1049,7 +1049,7 @@ spec:
10491049 valueFrom :
10501050 fieldRef :
10511051 fieldPath : metadata.annotations['olm.targetNamespaces']
1052- image : quay.io/argoprojlabs/argocd-operator:v0.4.0
1052+ image : quay.io/argoprojlabs/argocd-operator@sha256:cf8faa9867899ec78c37a9e72000138c7f24861f47057152e95b6addb39aedcd
10531053 livenessProbe :
10541054 httpGet :
10551055 path : /healthz
You can’t perform that action at this time.
0 commit comments