Skip to content

Commit

Permalink
feat: bump kubetunnel 0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Oct 24, 2024
1 parent 0b6bc35 commit e93aeb8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/konvoy2
- container_image: docker.io/jpillora/chisel:1.9.1
- container_image: docker.io/jpillora/chisel:1.10.1
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand Down Expand Up @@ -225,19 +225,19 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubeaddons-extrasteps
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.36
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.38
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.36
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.38
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.36
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.38
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.36
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.38
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
Expand Down Expand Up @@ -506,7 +506,7 @@ resources:
ref: curl-${image_tag//./_}
license_path: COPYING
# See: https://github.com/mesosphere/kubetunnel/blob/v0.0.31/pkg/controllers/constants.go
- container_image: docker.io/alpine/curl:8.5.0
- container_image: docker.io/alpine/curl:8.9.1
sources:
- url: https://github.com/curl/curl
ref: curl-${image_tag//./_}
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.36-d2iq-defaults
name: kubetunnel-0.0.38-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Values.tunnel.image.repository }}:{{ .Values.tunnel.image.tag | default $.Chart.AppVersion }}
{{ .Values.kubeconfigWebhook.image.repository }}:{{ .Values.kubeconfigWebhook.image.tag | default $.Chart.AppVersion }}
{{ .Values.hooks.kubectlImage.repository }}:{{ .Values.hooks.kubectlImage.tag }}
docker.io/alpine/curl:8.5.0
docker.io/alpine/curl:8.9.1
docker.io/mesosphere/kubetunnel-reverse-proxy:{{ $.Chart.AppVersion }}
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.36
version: v0.0.38
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: kubetunnel
valuesFrom:
- kind: ConfigMap
name: kubetunnel-0.0.36-d2iq-defaults
name: kubetunnel-0.0.38-d2iq-defaults

0 comments on commit e93aeb8

Please sign in to comment.