Skip to content

Commit

Permalink
[blockscout-stack] Rlling back helm pre-install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Sep 10, 2024
1 parent 7b55be1 commit 0af71f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions charts/blockscout-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## 1.6.8

### Fix

- Rollback to 1.6.6 as pre-install hook deletes secret because of bug in helm

## 1.6.7

### Fix
Expand Down
2 changes: 1 addition & 1 deletion charts/blockscout-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.7
version: 1.6.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 0 additions & 5 deletions charts/blockscout-stack/templates/blockscout-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ metadata:
name: {{ include "blockscout-stack.fullname" . }}-blockscout-env
labels:
{{- include "blockscout-stack.labels" . | nindent 4 }}
{{- if .Values.blockscout.separateApi.enabled }}
annotations:
helm.sh/hook: pre-install,pre-upgrade
helm.sh/hook-weight: "-5"
{{- end }}
type: Opaque
data:
{{- range $key, $value := .Values.blockscout.envFromSecret }}
Expand Down

0 comments on commit 0af71f5

Please sign in to comment.