Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit c6ddf77

Browse files
release 0.0.1
1 parent 58961f1 commit c6ddf77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apiVersion: v1
2+
appVersion: 0.0.1
23
description: A Helm chart for Kubernetes
34
name: flow-api-container
4-
version: v0.1.0
5+
version: 0.0.1

charts/flow-api-container/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Declare variables to be passed into your templates.
44
replicaCount: 1
55
image:
6-
repository: draft
7-
tag: dev
6+
repository: gcr.io/technologists/flow-api-container
7+
tag: 0.0.1
88
pullPolicy: IfNotPresent
99

1010
# define environment variables here as a map of key: value

0 commit comments

Comments
 (0)