Skip to content
Snippets Groups Projects
Commit b251c920 authored by Abonyi Bence Péter's avatar Abonyi Bence Péter :scream_cat:
Browse files

fix: now semantic release doesen't use v prefix for tags

parents acd8b399 7f5c311b
No related branches found
No related tags found
No related merge requests found
Pipeline #52049 passed
# becskasszaschv2 changelogs
# 1.0.0 (2025-05-08)
### Bug Fixes
* added semantic release ([f935a52](https://git.sch.bme.hu/kszk/devteam/becskasszasch-2/commit/f935a52d6bec00f25bdc374e2a26095432eefc96))
* bumped package.json version up to 1.0.0 ([5488cb6](https://git.sch.bme.hu/kszk/devteam/becskasszasch-2/commit/5488cb6e6ce779bc2c4f0f5882c4779727b841fd))
* fixed nesting issue with package.json ([c7473e4](https://git.sch.bme.hu/kszk/devteam/becskasszasch-2/commit/c7473e416a5f17b3b250491aa2acc17d45e6587d))
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
- name: {{ .Values.web.imagePullSecretName }} - name: {{ .Values.web.imagePullSecretName }}
initContainers: initContainers:
- name: init-icons - name: init-icons
image: harbor.sch.bme.hu/kszk-becskasszaschv2/becskasszaschv2:<placeholder> image: harbor.sch.bme.hu/kszk-becskasszaschv2/becskasszaschv2:1.0.0
volumeMounts: volumeMounts:
- mountPath: /home/icons - mountPath: /home/icons
name: icon-volume name: icon-volume
...@@ -32,7 +32,7 @@ spec: ...@@ -32,7 +32,7 @@ spec:
containers: containers:
- name: {{ .Release.Name }}-web - name: {{ .Release.Name }}-web
image: harbor.sch.bme.hu/kszk-becskasszaschv2/becskasszaschv2:<placeholder> image: harbor.sch.bme.hu/kszk-becskasszaschv2/becskasszaschv2:1.0.0
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
requests: requests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment