Skip to content

Commit

Permalink
fix: bump kubetunnel to v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Oct 25, 2023
1 parent 432b8fc commit b2ae9bb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubetunnel-0.0.29-d2iq-defaults
name: kubetunnel-0.0.30-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-kubetunnel-charts
namespace: kommander-flux
version: v0.0.29
version: v0.0.30
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: kubetunnel
valuesFrom:
- kind: ConfigMap
name: kubetunnel-0.0.29-d2iq-defaults
name: kubetunnel-0.0.30-d2iq-defaults

0 comments on commit b2ae9bb

Please sign in to comment.