Skip to content

Commit

Permalink
fix: main
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Feb 3, 2025
1 parent aea9242 commit b726b16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ tasks:
- task: helm-push
# PUSH UPDATED CHART
- |
COMMIT_MESSAGE=updated for version $([ "$(git branch --show-current)" != "main" ] && echo "dev-$(git describe --tags --abbrev=0)" || echo $(git describe --tags --abbrev=0))
COMMIT_MESSAGE=$(echo updated for version $(git describe --tags --abbrev=0))
git commit --allow-empty -a -m "$(echo ${COMMIT_MESSAGE})" && git push origin -u main
4 changes: 2 additions & 2 deletions helm/clusterbook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: clusterbook
description: A Helm chart for Kubernetes
type: application
version: v1.2.2-chart
appVersion: v1.2.2
version: v1.3.0-chart
appVersion: v1.3.0
dependencies:
- name: sthings-helm-toolkit
version: 2.4.74
Expand Down
2 changes: 1 addition & 1 deletion helm/clusterbook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deployment:
image: ghcr.io/stuttgart-things/clusterbook/clusterbook
replicaCount: 1
imagePullPolicy: Always
tag: v1.2.2
tag: v1.3.0
securityContext:
capabilities: {}

Expand Down
2 changes: 1 addition & 1 deletion helm/env/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableCertificateRequest: true
ingressDomain: fluxdev-3.sthings-vsphere.labul.sva.de #rke2.sthings-vsphere.labul.sva.de
issuerKind: ClusterIssuer
issuerName: vault-approle
imageTag: v1.2.2
imageTag: v1.3.0

0 comments on commit b726b16

Please sign in to comment.