We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41a28 commit d256de9Copy full SHA for d256de9
2 files changed
charts/python-logger/Chart.yaml
@@ -1,4 +1,5 @@
1
apiVersion: v1
2
+appVersion: 0.0.2
3
description: A Helm chart for Kubernetes
4
name: python-logger
-version: v0.1.0
5
+version: 0.0.2
charts/python-logger/values.yaml
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
6
- repository: draft
7
- tag: dev
+ repository: 10.55.253.238:5000/lukascaska/python-logger
+ tag: 0.0.2
8
pullPolicy: IfNotPresent
9
10
# define environment variables here as a map of key: value
0 commit comments