Skip to content

Commit

Permalink
chore: bump kubetunnel to 0.0.31 (#1783)
Browse files Browse the repository at this point in the history
* chore: bump kubetunnel to 0.0.31

* fix: licenses definitions
  • Loading branch information
mhrabovcin authored Dec 21, 2023
1 parent a7ca178 commit 0b1c013
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ ignore:

# This is added as part of `kubetunnel` project, but we only use cURL from
# this project.
# See: https://github.com/mesosphere/kubetunnel/blob/v0.0.15/pkg/controllers/constants.go
- docker.io/library/centos:8
# See: https://github.com/mesosphere/kubetunnel/blob/v0.0.31/pkg/controllers/constants.go
- docker.io/alpine/curl:8.5.0

# This container is part of nvidia extension but the source code of this
# repo cannot be scanned by Fossa.
Expand Down Expand Up @@ -176,7 +176,7 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/konvoy2
- container_image: docker.io/mesosphere/chisel:1.7.6
- container_image: docker.io/jpillora/chisel:1.9.1
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand Down Expand Up @@ -265,19 +265,19 @@ resources:
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubeaddons-extrasteps
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.30
- container_image: docker.io/mesosphere/kubetunnel-controller:v0.0.31
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.30
- container_image: docker.io/mesosphere/kubetunnel-kubeconfig-webhook:v0.0.31
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.30
- container_image: docker.io/mesosphere/kubetunnel-reverse-proxy:v0.0.31
sources:
- ref: ${image_tag}
url: https://github.com/mesosphere/kubetunnel
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.30
- container_image: docker.io/mesosphere/kubetunnel-webhook:v0.0.31
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.30-d2iq-defaults
name: kubetunnel-0.0.31-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/library/centos:8
docker.io/alpine/curl:8.5.0
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.30
version: v0.0.31
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,4 +24,4 @@ spec:
releaseName: kubetunnel
valuesFrom:
- kind: ConfigMap
name: kubetunnel-0.0.30-d2iq-defaults
name: kubetunnel-0.0.31-d2iq-defaults

0 comments on commit 0b1c013

Please sign in to comment.