Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Release shipmight 0.2.6 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclown authored May 16, 2022
1 parent b8fbff5 commit 253ced7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/shipmight/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: shipmight
version: "0.2.5"
version: "0.2.6"
kubeVersion: ">= 1.21.4 < 1.22.0"
2 changes: 1 addition & 1 deletion charts/shipmight/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Env
- name: RELEASE_NAMESPACE
value: {{ .Release.Namespace | quote }}
- name: RELEASE_NAME
value: {{ .Release.name | quote }}
value: {{ .Release.Name | quote }}
- name: SELF_UPDATE_REPOSITORY
value: {{ .Values.config.selfUpdateRepository | quote }}
- name: READABLE_UUIDS
Expand Down
2 changes: 1 addition & 1 deletion charts/shipmight/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: ghcr.io
repository: shipmight/shipmight
tag: "0.2.5"
tag: "0.2.6"
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 253ced7

Please sign in to comment.