Skip to content

Commit

Permalink
Merge pull request #5 from bman46/misc-updates
Browse files Browse the repository at this point in the history
Misc. Updates
  • Loading branch information
bman46 authored Nov 12, 2022
2 parents 34c0910 + 57f3815 commit c790049
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
appVersion: 3.5.0
description: A Helm chart for CTFd
name: ctfd
version: 0.4.2
version: 0.4.3
dependencies:
- name: mariadb
version: 11.3.3
version: 11.3.5
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: redis
version: 17.3.2
version: 17.3.9
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
home: https://github.com/bman46/CTFd-Helm
Expand Down
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- end }}
containers:
- name: "{{ .Chart.Name }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- range $name, $value := .Values.env.open }}
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: ctfd/ctfd
tag: 3.5.0
tag: # defaults to chart version. Optionally, override here
pullPolicy: IfNotPresent

# Set K8s securityContext for the CTFd deployment:
Expand Down

0 comments on commit c790049

Please sign in to comment.