Skip to content

Commit

Permalink
updated chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Sep 16, 2021
1 parent 798afee commit b22630c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/matrixbot-ack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Matrixbot Ack
name: matrixbot-ack
version: v0.1.3
version: v0.1.4
apiVersion: v2
4 changes: 4 additions & 0 deletions charts/matrixbot-ack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
port: 8000
initialDelaySeconds: 10
timeoutSeconds: 200
{{ if ne .Values.environment "ci" }}
resources:
{{- toYaml .Values.resources | nindent 10 }}
{{ end }}
volumes:
- name: config
configMap:
Expand Down
2 changes: 1 addition & 1 deletion charts/matrixbot-ack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment: production

image:
repository: web3f/matrixbot-ack
tag: v0.1.3
tag: v0.1.4
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit b22630c

Please sign in to comment.