Skip to content

Commit 006680b

Browse files
authored
Release 1.6 (#48)
* upgrade cert-manager to 1.6.1 * upgrade atlantis to 3.15.0 * upgrade chartmuseum to 3.4.0 * upgrade external-dns to 6.0.2 * upgrade external-secrets to 8.5.0 * upgrade gitlab-runner to 0.36.0 * upgrading vault to 1.9.2 / chart 0.18.0
1 parent 8ccc29a commit 006680b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

gitops/components/atlantis/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
source:
1313
repoURL: 'https://runatlantis.github.io/helm-charts'
1414
chart: atlantis
15-
targetRevision: 3.12.11
15+
targetRevision: 3.15.0
1616
helm:
1717
parameters:
1818
- name: ingress.host

gitops/components/chartmuseum/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: 'https://chartmuseum.github.io/charts'
14-
targetRevision: 3.1.0
14+
targetRevision: 3.4.0
1515
helm:
1616
values: |-
1717
env:

gitops/components/gitlab-runner/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
project: default
1515
source:
1616
repoURL: 'https://charts.gitlab.io'
17-
targetRevision: 0.29.0
17+
targetRevision: 0.36.0
1818
helm:
1919
parameters:
2020
- name: rbac.create

gitops/registry/cert-manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: https://charts.jetstack.io/
1212
chart: cert-manager
13-
targetRevision: 1.3.1
13+
targetRevision: 1.6.1
1414
helm:
1515
values: |-
1616
installCRDs: true

gitops/registry/external-dns.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
chart: external-dns
1717
repoURL: https://charts.bitnami.com/bitnami
18-
targetRevision: 4.0.0
18+
targetRevision: 6.0.2
1919
helm:
2020
releaseName: external-dns
2121
values: |

gitops/registry/external-secrets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
project: default
1212
source:
1313
repoURL: 'https://external-secrets.github.io/kubernetes-external-secrets'
14-
targetRevision: 6.4.0
14+
targetRevision: 8.5.0
1515
helm:
1616
values: |-
1717
env:

gitops/registry/vault.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
project: default
1515
source:
1616
repoURL: 'https://helm.releases.hashicorp.com'
17-
targetRevision: 0.14.0
17+
targetRevision: 0.18.0
1818
helm:
1919
parameters:
2020
- name: server.route.host
@@ -25,7 +25,7 @@ spec:
2525
server:
2626
image:
2727
repository: "vault"
28-
tag: "1.8.1"
28+
tag: "1.9.2"
2929
affinity: ""
3030
ha:
3131
enabled: true

0 commit comments

Comments
 (0)