Skip to content

Commit

Permalink
chore: update manifests accomodating dex version update (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishitasequeira authored Apr 19, 2022
1 parent 81d795b commit 12c8fe5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/argoprojlabs/argocd-operator@sha256:78dd6fcdd2c67a24fd63c71641c2903563e21a07c109939f5c0c27efb16ba187
image: quay.io/argoprojlabs/argocd-operator@sha256:f6fc8c310ff6c86d9e0b5acbc16de7dc14d0f5dd813094e380d636482bccb090
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const (
ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"

// ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
ArgoCDDefaultExportJobVersion = "sha256:38335972e58cf549138066c3f4553cd8751ba0f4818da3e9716952c6b0cb6b73" // 0.3.0
ArgoCDDefaultExportJobVersion = "sha256:5d1ff8e42f6b8027cd0515e497e79149ae9f061c3db748dfd7748f7fac45de6b" // 0.3.0

// ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
ArgoCDDefaultExportLocalCapicity = "2Gi"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:78dd6fcdd2c67a24fd63c71641c2903563e21a07c109939f5c0c27efb16ba187
- digest: sha256:f6fc8c310ff6c86d9e0b5acbc16de7dc14d0f5dd813094e380d636482bccb090
name: controller
newName: quay.io/argoprojlabs/argocd-operator
2 changes: 1 addition & 1 deletion deploy/catalog_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: argocd-catalog
spec:
sourceType: grpc
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:1a379fea1678e66339da4f579d517d7af1cd060df101b2d08882d76d2749a990
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:aac8e65b88b67033796727fb8523ccc1a7d52813b5c08298b0c22ab12895782f
displayName: Argo CD Operators
publisher: Argo CD Community
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/argoprojlabs/argocd-operator@sha256:78dd6fcdd2c67a24fd63c71641c2903563e21a07c109939f5c0c27efb16ba187
image: quay.io/argoprojlabs/argocd-operator@sha256:f6fc8c310ff6c86d9e0b5acbc16de7dc14d0f5dd813094e380d636482bccb090
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 12c8fe5

Please sign in to comment.