Skip to content

Commit eafcd93

Browse files
committed
fix: use latest by default
1 parent 53c6138 commit eafcd93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8s/charts/operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55
images:
66
operator:
77
repository: origranot/orc/operator
8-
tag: 2f865f10409ad7087bd71075fc153973b9056728
8+
tag: latest
99

1010
default_resources: &default_resources
1111
requests:

k8s/charts/orc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: orc
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.1.1
66
appVersion: '1.16.0'
77
dependencies:
88
- name: global-templates

0 commit comments

Comments
 (0)