Skip to content

Commit 02749d7

Browse files
feat: update manifests for release v0.4.0 (#741)
Signed-off-by: ishitasequeira <[email protected]>
1 parent f0b5f39 commit 02749d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

common/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ configMapGenerator:
1111
apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
14-
- name: controller
14+
- digest: sha256:cf8faa9867899ec78c37a9e72000138c7f24861f47057152e95b6addb39aedcd
15+
name: controller
1516
newName: quay.io/argoprojlabs/argocd-operator
16-
newTag: v0.4.0

deploy/olm-catalog/argocd-operator/0.4.0/argocd-operator.v0.4.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)