Skip to content
Snippets Groups Projects
Commit 10e328dd authored by Sebastian Karius's avatar Sebastian Karius
Browse files

update coder to version 2.18.5

parent 4b5c230d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ helm-package:
artifacts:
paths:
- vdo-ninja-0.1.2.tgz
- ti-coder-0.4.7.tgz
- ti-coder-0.4.8.tgz
- ti-lamp-0.1.2.tgz
expire_in: 1 hour
......@@ -58,7 +58,7 @@ helm-publish:
image: curlimages/curl:latest
script:
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@vdo-ninja-0.1.2.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-coder-0.4.7.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-coder-0.4.8.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@ti-lamp-0.1.2.tgz" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
stages:
......
......@@ -4,6 +4,6 @@ dependencies:
version: 15.5.38
- name: coder
repository: https://helm.coder.com/v2
version: 2.17.3
digest: sha256:b045aab3cd2a955c27846be604a60062dae6c68af297bb87997b30b1354f2784
generated: "2025-01-07T10:21:45.025842828+01:00"
version: 2.18.5
digest: sha256:8542cc8a41966fb0197e32d572e720cdf3e5e94f9b9e62ec19bebb830e442c0b
generated: "2025-02-10T09:54:55.589921471+01:00"
......@@ -15,12 +15,12 @@ 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.4.7
version: 0.4.5
# 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: "2.17.3"
appVersion: "2.18.5"
dependencies:
- name: postgresql
......@@ -28,5 +28,5 @@ dependencies:
repository: "oci://registry-1.docker.io/bitnamicharts"
- name: coder
version: "2.17.3"
version: "2.18.5"
repository: "https://helm.coder.com/v2"
Installed coder in version 2.17.3 and Postgres in version 16.3.
Installed coder in version 2.18.5 and Postgres in version 16.3.
Das Passwort für die Datenbank wurde im Secret "coder-postgresql" abgelegt.
\ No newline at end of file
......@@ -56,7 +56,7 @@ coder:
{
nginx.ingress.kubernetes.io/proxy-body-size: "10g"
}
version: "2.17.3"
version: "2.18.5"
volumes:
- name: coder-ssh-dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment