Compare commits

...

3 Commits

Author SHA1 Message Date
deac 298834cd9f fix: remove kubeconfig cleanup from template and diff — kubeconfig must persist across pipeline steps
/ publish (push) Failing after 6s
2026-06-01 00:51:27 +00:00
deac a6dc98df0d fix: remove kubeconfig cleanup from template and diff — kubeconfig must persist across pipeline steps
/ publish (push) Successful in 7s
2026-06-01 00:51:26 +00:00
gitea-actions 04d506533e chore: bump version [skip ci] 2026-06-01 00:46:17 +00:00
3 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -1 +1 @@
1.12.0
1.13.0
-5
View File
@@ -73,8 +73,3 @@ runs:
fi
helm dependency update "$CHART_PATH"
helm diff upgrade "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS --context 5
- name: Remove kubeconfig
if: always()
shell: sh
run: rm -f ~/.kube/config
-5
View File
@@ -68,8 +68,3 @@ runs:
fi
helm dependency update "$CHART_PATH"
helm template "$DEPLOYMENT_NAME" "$CHART_PATH" -n "$NAMESPACE" --values "$VALUES_FILE" $SET_FLAGS
- name: Remove kubeconfig
if: always()
shell: sh
run: rm -f ~/.kube/config