Skip to content

Commit

Permalink
Merge pull request #142 from Ontotext-AD/argocd-compatibility
Browse files Browse the repository at this point in the history
GDB-8948: Improved ArgoCD compatibility
  • Loading branch information
mihailradkov authored Oct 23, 2024
2 parents 9f4b16d + dbad792 commit ec4b58c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GraphDB Helm chart release notes

## Version 11.3.0

### Updated

- Removed any pre-install, pre-upgrade, pre-rollback Helm hooks annotations to allow seamless ArgoCD deployments.

## Version 11.2.2

### New
Expand Down
2 changes: 1 addition & 1 deletion templates/jobs/configmap-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
{{- include "graphdb.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-install, pre-upgrade, pre-rollback, post-install, post-upgrade, post-rollback
"helm.sh/hook": post-install, post-upgrade, post-rollback
{{- if .Values.backup.enabled }}
"helm.sh/hook-delete-policy": before-hook-creation
{{- else }}
Expand Down
2 changes: 1 addition & 1 deletion templates/jobs/job-scale-down-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
{{- include "graphdb.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-upgrade, pre-rollback
"helm.sh/hook": post-upgrade, post-rollback
"helm.sh/hook-delete-policy": before-hook-creation, hook-succeeded, hook-failed
{{- with .Values.annotations }}
{{- tpl (toYaml .) $ | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion templates/jobs/secret-provision-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
{{- include "graphdb.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": pre-install, pre-upgrade, pre-rollback, post-install, post-upgrade, post-rollback
"helm.sh/hook": post-install, post-upgrade, post-rollback
{{- if .Values.backup.enabled }}
"helm.sh/hook-delete-policy": before-hook-creation
{{- else }}
Expand Down

0 comments on commit ec4b58c

Please sign in to comment.