Skip to content

Commit

Permalink
ci: update image version, remove old vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptross committed Jan 2, 2024
1 parent 625d0d9 commit f48311b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/reactroles/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.10.4"
appVersion: "4.5.3"
9 changes: 5 additions & 4 deletions cmd/reactroles/helm/Values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ replicaCount: 1
image:
repository: zaptross/reactroles
pullPolicy: IfNotPresent
tag: 2.7.0
tag: 4.5.3

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

reactroles:
discord:
DISCORD_ROLECHANNEL: "roleChannelIdHere"
DISCORD_ROLEADDROLEID: "roleIdHere"
DISCORD_ROLEREMOVEROLEID: "roleIdHere"
DISCORD_TOKEN: yourBotTokenHere
DISCORD_APPID: yourAppIdHere
reactroles:
REACTROLES_CHATCOMMANDS: false
REACTROLES_SLASHCOMMANDS: true
postgres:
POSTGRES_DB: db
POSTGRES_HOST: reactroles
Expand Down
3 changes: 3 additions & 0 deletions cmd/reactroles/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ data:
{{- range $key, $val := .Values.reactroles.discord }}
{{ $key }}: {{ $val | quote }}
{{- end }}
{{- range $key, $val := .Values.reactroles.reactroles }}
{{ $key }}: {{ $val | quote }}
{{- end }}
{{- range $key, $val := .Values.reactroles.postgres }}
{{ $key }}: {{ $val | quote }}
{{- end }}

0 comments on commit f48311b

Please sign in to comment.