Skip to content

Commit 5815246

Browse files
committed
bump to 0.6.0
1 parent 5972a52 commit 5815246

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/helm-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
branches: ["main", "stable"]
1212
# Publish semver tags as releases.
13-
# tags: ["v*.*.*"]
13+
tags: ["v*.*.*"]
1414
pull_request:
1515
branches: ["main"]
1616
workflow_dispatch:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chisel-operator"
3-
version = "0.6.0-beta.2"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "Chisel tunnel operator for Kubernetes"
66
authors = [

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
automountServiceAccountToken: true
2020
containers:
2121
- name: chisel-operator
22-
image: ghcr.io/fyralabs/chisel-operator:v0.6.0-beta.2
22+
image: ghcr.io/fyralabs/chisel-operator:v0.6.0
2323
env:
2424
- name: RUST_LOG
2525
value: "debug"

0 commit comments

Comments
 (0)