Skip to content

Commit

Permalink
Update Helm release nginx to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent e28e35f commit 69312af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/argo-apps/apps/nginx-bitnami-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
# Source of the application manifests
source:
repoURL: https://charts.bitnami.com/bitnami # Can point to either a Helm chart repo or a git repo.
targetRevision: "13.2.21" # For Helm, this refers to the chart version.
targetRevision: "18.1.5" # For Helm, this refers to the chart version.

# helm specific config
chart: nginx # Set this when pulling directly from a Helm repo. DO NOT set for git-hosted Helm charts.
Expand Down
2 changes: 1 addition & 1 deletion argocd/image-updater/apps/app-image-updater-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
# Source of the application manifests
source:
repoURL: https://charts.bitnami.com/bitnami # Can point to either a Helm chart repo or a git repo.
targetRevision: "13.2.21" # For Helm, this refers to the chart version.
targetRevision: "18.1.5" # For Helm, this refers to the chart version.

# helm specific config
chart: nginx # Set this when pulling directly from a Helm repo. DO NOT set for git-hosted Helm charts.
Expand Down

0 comments on commit 69312af

Please sign in to comment.