Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: alexellis/arkade-get@master
with:
kubeconform: latest
kyverno: v1.17.1
kyverno: v1.19.0
- uses: pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
data:
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/Ingress-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
spec:
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/Service-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
spec:
Expand Down
2 changes: 1 addition & 1 deletion apps/atlantis/manifests/ServiceAccount-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
annotations:
Expand Down
4 changes: 2 additions & 2 deletions apps/atlantis/manifests/StatefulSet-atlantis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: atlantis
labels:
app: atlantis
chart: atlantis-6.10.1
chart: atlantis-6.11.0
release: atlantis
heritage: Helm
spec:
Expand All @@ -24,7 +24,7 @@ spec:
release: atlantis
annotations:
checksum/config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
checksum/repo-config: 4ecac17b3cecc865922d12ddc46838eec3df9b6a87240fcff2c4317e139acb87
checksum/repo-config: 0bde94a4f3c2b27cd978675afa0e5401d4a986f7f8af55a0f424caaf438a73f4
spec:
hostNetwork: false
serviceAccountName: atlantis
Expand Down
100 changes: 56 additions & 44 deletions apps/external-secrets/crds.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: ghcr.io/external-secrets/external-secrets:v2.8.0
image: ghcr.io/external-secrets/external-secrets:v2.9.0
imagePullPolicy: IfNotPresent
args:
- certcontroller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: ghcr.io/external-secrets/external-secrets:v2.8.0
image: ghcr.io/external-secrets/external-secrets:v2.9.0
imagePullPolicy: IfNotPresent
args:
- webhook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
image: ghcr.io/external-secrets/external-secrets:v2.8.0
image: ghcr.io/external-secrets/external-secrets:v2.9.0
imagePullPolicy: IfNotPresent
args:
- --concurrent=1
Expand Down
Loading