Skip to content

Commit

Permalink
feat: Bump ai-navigator-app version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alembiewski committed Oct 29, 2024
1 parent df24d15 commit b1f80f6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ rules:
- apiGroups: [""]
resources: ["secrets", "nodes"]
verbs: ["get", "list"]
- apiGroups: [ "apiextensions.k8s.io" ]
resources: [ "customresourcedefinitions" ]
verbs: ["get", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -60,7 +63,7 @@ spec:
serviceAccountName: ai-navigator-app
containers:
- name: ai-navigator-app
image: mesosphere/ai-navigator-app:v0.1.1
image: mesosphere/ai-navigator-app:v0.1.2
envFrom:
- configMapRef:
name: ai-navigator-app-config
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.5-d2iq-defaults
name: ai-navigator-app-0.2.6-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.5/helmrelease
path: ./services/ai-navigator-app/0.2.6/helmrelease
postBuild:
substitute:
releaseNamespace: ${releaseNamespace}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: ai-navigator-app-0.2.5-d2iq-defaults
name: ai-navigator-app-0.2.6-d2iq-defaults

0 comments on commit b1f80f6

Please sign in to comment.