Compare commits

..

4 Commits

Author SHA1 Message Date
1a9f4d4f10 update README to include new chart 2024-02-14 21:38:07 +00:00
a9e48d153e create README with helm-docs 2024-02-14 21:35:57 +00:00
f511f383ec add config for enabling/disabling authentication 2024-02-14 21:29:39 +00:00
149f4ba742 add init chart files 2024-02-14 21:20:27 +00:00
7 changed files with 19 additions and 21 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
fetch-depth: 0
@ -24,9 +24,9 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
uses: azure/setup-helm@v3
with:
version: v3.14.1
version: v3.14.0
- name: Add Bitnami Helm Repo
run: helm repo add bitnami https://charts.bitnami.com/bitnami

View File

@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
uses: azure/setup-helm@v3
with:
version: v3.14.1
version: v3.14.0
- name: Lint charts
run: helm lint charts/*

View File

@ -24,10 +24,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.0
version: 2.2.0
# This is the version number of the application being deployed. This version number should be
# 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: "8.4"
appVersion: "8.2"

View File

@ -22,10 +22,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.0
# This is the version number of the application being deployed. This version number should be
# 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: "0.7.6"
appVersion: "0.7.1"

View File

@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.3.3
digest: sha256:aba40242a16a6e968b228e2f0f5f03726c0451803e3278f9103fe96124ddd894
generated: "2024-03-16T16:07:53.492260804Z"
version: 12.12.10
digest: sha256:c46f569535f1fbc2cbd743df1c0c38af969b6f82d638705af20aaba0af03d71b
generated: "2024-01-20T17:18:32.741753422Z"

View File

@ -16,16 +16,16 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.1
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# 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: "1.5.14"
appVersion: "1.5.11"
dependencies:
- name: postgresql
version: ^14.3.3
version: ^12.12.10
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled

View File

@ -67,14 +67,12 @@ spec:
key: password
livenessProbe:
httpGet:
path: /accounts/login/
path: /
port: http
startupProbe:
readinessProbe:
httpGet:
path: /accounts/login/
path: /
port: http
periodSeconds: 3
failureThreshold: 40
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: