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 +4 −3 Original line number Diff line number Diff line Loading @@ -32,14 +32,15 @@ def update_yaml_values(yaml_file, temp_file, microservices, image_name, new_tag) def increment_ver(current_version): """ Return the current version in YYYY.MM format. Example: 2025.09, 2025.12 Return the current version in YYYY.M.DD format. Example: 2025.9.01, 2025.9.15 """ now = datetime.now() year = now.year month = now.month day = now.day return f"{year}.{month:02d}" return f"{year}.{month:02d}.{day:02d}" def update_chart(chart_file): Loading scripts/helm_update_etsi.py +4 −3 Original line number Diff line number Diff line Loading @@ -33,14 +33,15 @@ def update_yaml_values(yaml_file, temp_file, microservices, image_name, new_tag) def increment_ver(current_version): """ Return the current version in YYYY.MM format. Example: 2025.09, 2025.12 Return the current version in YYYY.M.DD format. Example: 2025.9.01, 2025.9.15 """ now = datetime.now() year = now.year month = now.month day = now.day return f"{year}.{month:02d}" return f"{year}.{month:02d}.{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 +4 −3 Original line number Diff line number Diff line Loading @@ -32,14 +32,15 @@ def update_yaml_values(yaml_file, temp_file, microservices, image_name, new_tag) def increment_ver(current_version): """ Return the current version in YYYY.MM format. Example: 2025.09, 2025.12 Return the current version in YYYY.M.DD format. Example: 2025.9.01, 2025.9.15 """ now = datetime.now() year = now.year month = now.month day = now.day return f"{year}.{month:02d}" return f"{year}.{month:02d}.{day:02d}" def update_chart(chart_file): Loading
scripts/helm_update_etsi.py +4 −3 Original line number Diff line number Diff line Loading @@ -33,14 +33,15 @@ def update_yaml_values(yaml_file, temp_file, microservices, image_name, new_tag) def increment_ver(current_version): """ Return the current version in YYYY.MM format. Example: 2025.09, 2025.12 Return the current version in YYYY.M.DD format. Example: 2025.9.01, 2025.9.15 """ now = datetime.now() year = now.year month = now.month day = now.day return f"{year}.{month:02d}" return f"{year}.{month:02d}.{day:02d}" def update_chart(chart_file): Loading