Skip to content

Commit

Permalink
chore: bump kubetunnel to 0.0.36 (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Sep 18, 2024
1 parent 28c3d48 commit be244f3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,19 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubeaddons-extrasteps
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.35
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.36
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.35
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.36
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.35
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.36
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.35
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.36
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubetunnel-0.0.35-d2iq-defaults
name: kubetunnel-0.0.36-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.35
version: v0.0.36
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: kubetunnel
valuesFrom:
- kind: ConfigMap
name: kubetunnel-0.0.35-d2iq-defaults
name: kubetunnel-0.0.36-d2iq-defaults

0 comments on commit be244f3

Please sign in to comment.