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

update ti-coder to coder version 2.12.6

parent b82c7620
Branches
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ helm-package:
artifacts:
paths:
- vdo-ninja-0.1.2.tgz
- ti-coder-0.2.2.tgz
- ti-coder-0.2.3.tgz
- ti-lamp-0.1.2.tgz
expire_in: 1 hour
......@@ -56,7 +56,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.2.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.2.3.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:
......
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.18
version: 15.5.20
- name: coder
repository: https://helm.coder.com/v2
version: 2.12.5
digest: sha256:f844d75e25378a7fd8a25e6851e7ceda2f4dfaa406abee470907f62574edb6c3
generated: "2024-07-24T09:46:34.81820558+02:00"
version: 2.12.6
digest: sha256:e435c06d191fd13c2cfa6edc5497396ee247f629fafde919cf3e90947d71f093
generated: "2024-08-06T11:32:28.236298975+02:00"
......@@ -15,13 +15,13 @@ 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.2.2
version: 0.2.3
# 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.12.5"
appVersion: "2.12.6"
dependencies:
- name: postgresql
......@@ -29,5 +29,5 @@ dependencies:
repository: "oci://registry-1.docker.io/bitnamicharts"
- name: coder
version: "2.12.5"
version: "2.12.6"
repository: "https://helm.coder.com/v2"
Installed coder in version 2.12.5 and Postgres in version 16.3.
Installed coder in version 2.12.6 and Postgres in version 16.3.
Das Passwort für die Datenbank wurde im Secret "coder-postgresql" abgelegt.
\ No newline at end of file
......@@ -36,4 +36,4 @@ coder:
ingress:
enable: true
host: "coder.tikube.informatik.uni-halle.de"
version: "2.12.5"
version: "2.12.6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment