Skip to content

Commit

Permalink
Helm releases for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst committed Sep 12, 2024
1 parent 6a33fed commit 894114a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm-charts/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ releases:
values:
- image:
repository: bboerst/stratum-work-collector
tag: 1
# tag:
pullPolicy: IfNotPresent
poolName: "{{ .poolName }}"
arguments:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/stratum-work-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: stratum-work-collector
description: A Helm chart for deploying the Pool Work Collector Python script
version: 0.1.1
appVersion: 1.0.1
version: 0.1.2
appVersion: v1.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- "/usr/local/bin/python"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/stratum-work-collector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: bboerst/stratum-work-collector
tag: v0.1.2-pre
# tag:
pullPolicy: IfNotPresent

poolName: "Best Stratum Pool"
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/stratum-work-webapp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
description: Web frontend/backend for Pool Work
name: stratum-work-webapp
version: 0.1.1
version: 0.1.3
# renovate: image=bboerst/stratum-work-webapp
appVersion: "v1.0.1"
appVersion: "v1.0.3"

0 comments on commit 894114a

Please sign in to comment.