Skip to content

Commit

Permalink
feat: Bump ai-navigator-cluster-info chart version to 0.2.9 (#2933)
Browse files Browse the repository at this point in the history
* feat: Bump ai-navigator-cluster-info chart version to 0.2.9
  • Loading branch information
rajgitnutanix authored Dec 16, 2024
1 parent 072b8b3 commit d884bb1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ignore:
- docker.io/mesosphere/trivy-bundles:0.56.2-20241104T225447Z
- docker.io/library/alpine:3.20.3


resources:
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.fluentbit.io/fluent/fluent-bit:2.2.3-d2iq.1
sources:
Expand Down Expand Up @@ -496,10 +497,10 @@ resources:
notice_path: NOTICE
ref: ${image_tag}
url: https://github.com/kubernetes-sigs/prometheus-adapter
- container_image: ghcr.io/mesosphere/dkp-container-images/cr.weaviate.io/semitechnologies/weaviate:1.21.4-d2iq.0
- container_image: cr.weaviate.io/semitechnologies/weaviate:1.27.6
sources:
- license_path: LICENSE
ref: v${image_tag%-d2iq.0}
ref: v${image_tag}
url: https://github.com/weaviate/weaviate
- container_image: ghcr.io/kube-logging/fluentd:v1.16-full-build.122
sources:
Expand Down Expand Up @@ -563,6 +564,11 @@ resources:
- url: https://github.com/postgres/postgres
ref: REL_15_8
license_path: COPYRIGHT
- container_image: docker.io/bitnami/postgresql:15.9.0-debian-12-r0
sources:
- url: https://github.com/postgres/postgres
ref: REL_15_9
license_path: COPYRIGHT
- container_image: docker.io/library/busybox:1
sources:
- url: https://github.com/mirror/busybox
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ai-navigator-app-0.2.8-d2iq-defaults
name: ai-navigator-app-0.2.9-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
force: false
interval: 6h
path: ./services/ai-navigator-app/0.2.8/helmrelease
path: ./services/ai-navigator-app/0.2.9/helmrelease
postBuild:
substitute:
releaseNamespace: ${releaseNamespace}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-ai-navigator-cluster-info-api-charts
namespace: kommander-flux
version: 0.2.8
version: 0.2.9
install:
remediation:
retries: 30
Expand All @@ -23,4 +23,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: ai-navigator-app-0.2.8-d2iq-defaults
name: ai-navigator-app-0.2.9-d2iq-defaults

0 comments on commit d884bb1

Please sign in to comment.