Skip to content

Commit

Permalink
feat: Update the kubetunnel app to 0.0.39 (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g authored Jan 3, 2025
1 parent a9e960c commit 79faac7
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 @@ -216,19 +216,19 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubeaddons-extrasteps
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.38
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.39
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.38
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.39
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.38
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.39
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.38
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.39
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.38-d2iq-defaults
name: kubetunnel-0.0.39-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.38
version: v0.0.39
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: kubetunnel
valuesFrom:
- kind: ConfigMap
name: kubetunnel-0.0.38-d2iq-defaults
name: kubetunnel-0.0.39-d2iq-defaults

0 comments on commit 79faac7

Please sign in to comment.