Loading charts/hypo/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ pkg-manager: repository: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.core/pkg-manager.helm/pkg-manager pullPolicy: Always tag: "1.0.1" tag: "latest" imagePullSecrets: - name: regcred Loading scripts/helm_update.py +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ def increment_ver(current_version): month = now.month day = now.day return f"{year}.{month:02d}.{day:02d}" return f"{year}.{month}.{day:02d}" def update_chart(chart_file): Loading scripts/helm_update_etsi.py +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ def increment_ver(current_version): month = now.month day = now.day return f"{year}.{month:02d}.{day:02d}" return f"{year}.{month}.{day:02d}" def update_chart(chart_file): Loading Loading
charts/hypo/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ pkg-manager: repository: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.core/pkg-manager.helm/pkg-manager pullPolicy: Always tag: "1.0.1" tag: "latest" imagePullSecrets: - name: regcred Loading
scripts/helm_update.py +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ def increment_ver(current_version): month = now.month day = now.day return f"{year}.{month:02d}.{day:02d}" return f"{year}.{month}.{day:02d}" def update_chart(chart_file): Loading
scripts/helm_update_etsi.py +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ def increment_ver(current_version): month = now.month day = now.day return f"{year}.{month:02d}.{day:02d}" return f"{year}.{month}.{day:02d}" def update_chart(chart_file): Loading