Skip to content

Commit

Permalink
feat: Bump ai-navigator-cluster-info chart version to 0.2.6 (#2846)
Browse files Browse the repository at this point in the history
* feat: Bump ai-navigator-cluster-info chart version to 0.2.6

* fix: change the default image pull policy

* fix: add alpine:3.20.3 to the licenses.d2iq.yaml
  • Loading branch information
alembiewski authored Nov 22, 2024
1 parent 4b8ca0a commit a641e20
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ignore:
- ghcr.io/mesosphere/dkp-container-images/docker.io/mesosphere/grafana-plugins:v0.0.1-d2iq.0
- 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
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.7-d2iq-defaults
name: ai-navigator-app-0.2.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down Expand Up @@ -40,11 +40,7 @@ data:
replicaCount: 1
image:
repository: mesosphere/ai-navigator-cluster-info-api
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.2"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
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.7/helmrelease
path: ./services/ai-navigator-app/0.2.8/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.4
version: 0.2.6
install:
remediation:
retries: 30
Expand All @@ -23,4 +23,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: ai-navigator-app-0.2.7-d2iq-defaults
name: ai-navigator-app-0.2.8-d2iq-defaults

0 comments on commit a641e20

Please sign in to comment.