Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
# renovate: datasource=github-releases packageName=argoproj/argo-cd
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.0/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.1/manifests/install.yaml

namespace: argocd
labels:
Expand Down
2 changes: 1 addition & 1 deletion gitops/base-install/argocd/ha-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
# renovate: datasource=github-releases packageName=argoproj/argo-cd
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.0/manifests/ha/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.1/manifests/ha/install.yaml


namespace: argocd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
mountPath: /custom-tools
# Import the private gpg key from the secret into argocd
- name: import-gpg-key
image: quay.io/argoproj/argocd:v3.5.0@sha256:c298cedbaeb31532ba8d4e9904eba9e4987e067293fbd86400c5194e78f743d5
image: quay.io/argoproj/argocd:v3.5.1@sha256:0deb1a1c917629b960ead995ae3b6069450a866992676599658687ef9a641ee8
command: ["/bin/sh", "-c"]
args:
- "gpg --import /sops-gpg/sops.asc || true"
Expand Down
Loading