update newt Helm chart version to 1.1.0 and remove global image configuration

This commit is contained in:
2025-09-20 13:11:28 +05:30
parent ea6cbc8af9
commit a0b0e46e99

View File

@@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: newt
version: "1.0.0"
version: "1.1.0"
sourceRef:
kind: HelmRepository
name: newt
@@ -27,8 +27,3 @@ spec:
enabled: true
auth:
existingSecretName: newt-cred
global:
image:
registry: "docker.io"
repository: "fosrl/newt"
tag: "1.5.0"