Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ebff46

Browse files
committed
Introduce release value
1 parentab0013e commit9ebff46

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

‎charts/mammatus/Chart.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name:mammatus
33
description:MammatusPHP Chart
44
type:application
5-
version:0.0.6
6-
appVersion:0.0.6
5+
version:0.0.7
6+
appVersion:0.0.7
77
maintainers:
88
-name:WyriHaximus
99
email:helm@ceesjankiewiet.nl

‎charts/mammatus/templates/_pod.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{- define"mammatus.pod" -}}
33
containers:
44
- name:{{ .name}}
5-
image: "{{ .Values.image.repository}}:{{ .Values.image.tag}}"
5+
image: "{{ .Values.image.repository}}:{{ .Values.release}}"
66
imagePullPolicy:{{ .Values.image.pullPolicy}}
77
command:
88
- php
@@ -25,7 +25,7 @@ containers:
2525
{{- define"mammatus.env" -}}
2626
env:
2727
- name: RELEASE_TAG
28-
value:{{ .Values.image.tag}}
28+
value:{{ .Values.release}}
2929
- name: POD_NAME
3030
valueFrom:
3131
fieldRef:

‎charts/mammatus/values.yaml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release:dev
2+
13
cronjobs:[]
24
# - name: some_job
35
# class: Some\Class\FQCN
@@ -22,7 +24,6 @@ secrets: []
2224
image:
2325
repository:ghcr.io/LOGIN/REPO
2426
pullPolicy:IfNotPresent
25-
tag:dev
2627

2728
resources:
2829
cpu:100m

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp