Skip to content

Commit

Permalink
nesis: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Jun 19, 2024
1 parent 10db428 commit 430442c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/nesis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nesis
description: A Helm chart for Nesis, Your Enterprise Knowledge Partner
type: application
version: "0.1.5"
appVersion: "0.1.1"
version: "0.1.6"
appVersion: "0.1.2"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/nesis/tests/api_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tests:
value: nesis-api
- equal:
path: spec.template.spec.containers[0].image
value: ametnes/nesis:0.1.1-api
value: ametnes/nesis:0.1.2-api
- equal:
path: spec.replicas
value: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/nesis/tests/frontend_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tests:
value: nesis-frontend
- equal:
path: spec.template.spec.containers[0].image
value: ametnes/nesis:0.1.1-frontend
value: ametnes/nesis:0.1.2-frontend
- equal:
path: spec.replicas
value: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/nesis/tests/rag_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tests:
value: nesis-rag
- equal:
path: spec.template.spec.containers[0].image
value: ametnes/nesis:0.1.1-rag
value: ametnes/nesis:0.1.2-rag
- equal:
path: spec.replicas
value: 1
Expand Down
6 changes: 3 additions & 3 deletions charts/nesis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ frontend:
repository: ametnes/nesis
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.1-frontend"
tag: "0.1.2-frontend"


service:
Expand Down Expand Up @@ -147,7 +147,7 @@ api:
repository: ametnes/nesis
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.1-api"
tag: "0.1.2-api"


service:
Expand Down Expand Up @@ -239,7 +239,7 @@ rag:

image:
repository: ametnes/nesis
tag: "0.1.1-rag"
tag: "0.1.2-rag"
pullPolicy: Always

podSecurityContext:
Expand Down

0 comments on commit 430442c

Please sign in to comment.