Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 21, 2024
1 parent 4dfcf5c commit 731a76a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/hariko/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: hariko
version: 0.1.11
version: 0.1.12
14 changes: 7 additions & 7 deletions charts/hariko/templates/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "-w"
- "$DISCORD_WEBHOOK_ID_TOKEN"
- "$(DISCORD_WEBHOOK_ID_TOKEN)"
- "-j"
- "$GITHUB_JOB_NAME"
- "$(GITHUB_JOB_NAME)"
- "-g"
- "$GITHUB_REPOSITORY"
- "$(GITHUB_REPOSITORY)"
- "-s"
- "$GITHUB_WEBHOOK_SECRET"
- "$(GITHUB_WEBHOOK_SECRET)"
- "-p"
- "$PACKAGE_NAME"
- "$(PACKAGE_NAME)"
- "-r"
- "$REPOSITORY_NAME"
- "$(REPOSITORY_NAME)"
- "-u"
- "$REPOSITORY_URL"
- "$(REPOSITORY_URL)"
ports:
- containerPort: 3000
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/misskey/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: misskey
version: 0.1.11
version: 0.1.12

0 comments on commit 731a76a

Please sign in to comment.