Skip to content

Commit e3ab16d

Browse files
release 1.0.2
1 parent ec07c18 commit e3ab16d

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.2

charts/sso-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
description: A Helm chart for Kubernetes
33
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/go.png
44
name: sso-operator
5-
version: 1.0.0
5+
version: 1.0.2

charts/sso-operator/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: 10.23.246.178:5000/jenkins-x/sso-operator
7+
tag: 1.0.2
88
pullPolicy: IfNotPresent
99
service:
1010
name: sso-operator
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+ make tag
2+
sed -i -e "s/version:.*/version: 1.0.2/" Chart.yaml
3+
sed -i -e "s|repository: .*|repository: 10.23.246.178:5000\/jenkins-x\/sso-operator|" values.yaml
4+
sed -i -e "s/tag: .*/tag: 1.0.2/" values.yaml
5+
git add --all
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh -xe
2+
make tag

0 commit comments

Comments
 (0)