Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-2.7] chore: bump kubetunnel to 0.0.31 (#1783) #1786

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -182,7 +182,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 @@ -271,19 +271,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
Loading