Compare commits
16 Commits
6ae83ea584
...
b83aaa1c33
Author | SHA1 | Date |
---|---|---|
|
b83aaa1c33 | |
|
ac77b92391 | |
|
497af17692 | |
|
ace9cfb56a | |
|
b18d684d98 | |
|
21328104ba | |
|
8d3ab5bb8e | |
|
946a6d1f23 | |
|
07e41800e3 | |
|
96bc8543ba | |
|
fbd93f8d00 | |
|
6c508d637c | |
|
286c9dea93 | |
|
acf44ca43a | |
|
c81fdca09a | |
|
621fa513aa |
|
@ -18,7 +18,7 @@ generators:
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
releaseName: postgresql
|
releaseName: postgresql
|
||||||
version: 15.2.8
|
version: 15.3.4
|
||||||
repo: oci://registry-1.docker.io/bitnamicharts
|
repo: oci://registry-1.docker.io/bitnamicharts
|
||||||
namespace: mlflow
|
namespace: mlflow
|
||||||
valuesInline:
|
valuesInline:
|
||||||
|
|
|
@ -12,7 +12,7 @@ generators:
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: k8s-monitoring
|
- name: k8s-monitoring
|
||||||
releaseName: grafana-k8s-monitoring
|
releaseName: grafana-k8s-monitoring
|
||||||
version: 1.0.5
|
version: 1.0.12
|
||||||
repo: https://grafana.github.io/helm-charts
|
repo: https://grafana.github.io/helm-charts
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|
|
@ -9,7 +9,7 @@ generators:
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
releaseName: traefik
|
releaseName: traefik
|
||||||
version: 27.0.2
|
version: 28.1.0
|
||||||
repo: https://helm.traefik.io/traefik
|
repo: https://helm.traefik.io/traefik
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
deployment:
|
deployment:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: volume-permissions
|
- name: volume-permissions
|
||||||
image: busybox:stable@sha256:6776a33c72b3af7582a5b301e3a08186f2c21a3409f0d2b52dfddbdbe24a5b04
|
image: busybox:stable@sha256:5eef5ed34e1e1ff0a4ae850395cbf665c4de6b4b83a32a0bc7bcb998e24e7bbb
|
||||||
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
|
command: ["sh", "-c", "touch /data/acme.json; chown 65532:65532 /data/acme.json; chmod -v 600 /data/acme.json; chown -R 65532:65532 /var/log/traefik"]
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
|
@ -7,15 +7,12 @@
|
||||||
"ignoreTests": true,
|
"ignoreTests": true,
|
||||||
"separateMinorPatch": false,
|
"separateMinorPatch": false,
|
||||||
"patch": {
|
"patch": {
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"automergeType": "branch"
|
|
||||||
},
|
},
|
||||||
"pin": {
|
"pin": {
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"automergeType": "branch"
|
|
||||||
},
|
},
|
||||||
"digest": {
|
"digest": {
|
||||||
"automerge": true,
|
"automerge": true
|
||||||
"automergeType": "branch"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue