Compare commits

...

7 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ image:
repository: binwiederhier/ntfy repository: binwiederhier/ntfy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v1.31.0" tag: "v2.11.0"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

View File

@ -4,7 +4,7 @@ kind: Kustomization
helmCharts: helmCharts:
- name: external-dns - name: external-dns
repo: https://charts.bitnami.com/bitnami repo: https://charts.bitnami.com/bitnami
version: 6.28.4 version: 8.5.0
releaseName: external-dns releaseName: external-dns
namespace: external-dns namespace: external-dns
valuesInline: valuesInline:

View File

@ -10,7 +10,7 @@ helmCharts:
includeCRDs: true includeCRDs: true
namespace: node-feature-discovery namespace: node-feature-discovery
releaseName: node-feature-discovery releaseName: node-feature-discovery
version: 0.16.5 version: 0.16.6
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
valuesInLine: valuesInLine:
master: master:

View File

@ -10,7 +10,7 @@ helmCharts:
includeCRDs: true includeCRDs: true
namespace: nvidia-device-plugin namespace: nvidia-device-plugin
releaseName: nvidia-device-plugin releaseName: nvidia-device-plugin
version: 0.14.4 version: 0.17.0
repo: https://nvidia.github.io/k8s-device-plugin repo: https://nvidia.github.io/k8s-device-plugin
valuesInline: valuesInline:
nodeSelector: "feature.node.kubernetes.io/pci-0300_10de_13c0_1569_13c0.present=true" nodeSelector: "feature.node.kubernetes.io/pci-0300_10de_13c0_1569_13c0.present=true"