Skip to content

Commit

Permalink
feat: bump pkg docker/library/[email protected] (#2823)
Browse files Browse the repository at this point in the history
* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat:bump pkg:docker/library/[email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* build: Updated licenses.d2iq.yaml

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* build: Updated licenses.d2iq.yaml

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* build: Updated licenses.d2iq.yaml

* feat: bump pkg docker/library/[email protected] and [email protected]

* build: Updated licenses.d2iq.yaml

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* build: Updated licenses.d2iq.yaml

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

* feat: bump pkg docker/library/[email protected] and [email protected]

---------

Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
Venkat-Bramhasani and d2iq-mergebot authored Nov 21, 2024
1 parent 30d0087 commit 8b118c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiwigrid/k8s-sidecar
- container_image: docker.io/kubernetesui/dashboard-api:1.10.0
- container_image: docker.io/kubernetesui/dashboard-api:1.10.1
sources:
- license_path: LICENSE
ref: api/v${image_tag}
url: https://github.com/kubernetes/dashboard
- container_image: docker.io/kubernetesui/dashboard-auth:1.2.1
- container_image: docker.io/kubernetesui/dashboard-auth:1.2.2
sources:
- license_path: LICENSE
ref: auth/v${image_tag}
url: https://github.com/kubernetes/dashboard
- container_image: docker.io/kubernetesui/dashboard-web:1.5.1
- container_image: docker.io/kubernetesui/dashboard-web:1.6.0
sources:
- license_path: LICENSE
ref: web/v${image_tag}
Expand All @@ -91,10 +91,10 @@ resources:
- license_path: LICENSE
ref: metrics-scraper/v${image_tag}
url: https://github.com/kubernetes/dashboard
- container_image: docker.io/library/kong:3.6
- container_image: docker.io/library/kong:3.8.0
sources:
- license_path: LICENSE
ref: 3.6.0
ref: 3.8.0
url: https://github.com/Kong/kong
- container_image: docker.io/library/traefik:v2.11.9
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubernetes-dashboard-7.9.0-d2iq-defaults
name: kubernetes-dashboard-7.10.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -62,6 +62,10 @@ data:
memory: 400Mi
kong:
priorityClassName: dkp-high-priority
image:
repository: docker.io/library/kong
tag: "3.8.0" # Specify the Kong image tag here
pullPolicy: IfNotPresent # Ensure the image is always pulled
admin:
tls:
enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/kubernetes-dashboard/7.9.0/helmrelease
path: ./services/kubernetes-dashboard/7.10.0/helmrelease
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: kubernetes-github-io-dashboard
namespace: kommander-flux
version: 7.9.0
version: 7.10.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: kubernetes-dashboard
valuesFrom:
- kind: ConfigMap
name: kubernetes-dashboard-7.9.0-d2iq-defaults
name: kubernetes-dashboard-7.10.0-d2iq-defaults
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit 8b118c1

Please sign in to comment.