Add ArtifactHub repository metadata and improve Helm chart configuration
CI / lint (push) Failing after 3s
Release chart / release (release) Successful in 9s
CI / smoke-test (push) Failing after 5s

- Introduced artifacthub-repo.yml for ownership verification on ArtifactHub.
- Updated release-chart.yaml to publish the ArtifactHub metadata as an OCI artifact.
- Bumped chart version to 0.2.2 and added relevant changes to Chart.yaml.
- Enhanced job-reconcile.yaml by adding a writable /tmp directory for the reconcile job.
This commit is contained in:
2026-08-13 12:42:41 +02:00
parent a08ed898e8
commit f345f469da
4 changed files with 34 additions and 2 deletions
@@ -75,10 +75,14 @@ spec:
mountPath: /state.yaml
subPath: state.yaml
readOnly: true
- name: tmp
mountPath: /tmp
resources:
{{- toYaml .Values.reconcile.resources | nindent 12 }}
volumes:
- name: state
configMap:
name: {{ $fullname }}-state
- name: tmp
emptyDir: {}
{{- end }}