Skip to content

Commit

Permalink
nesis: release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mawandm committed Aug 15, 2024
1 parent 5e9bcf2 commit c8deb49
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/nesis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nesis
description: A Helm chart for Nesis, Your Enterprise Knowledge Partner
type: application
version: "0.1.6"
appVersion: "0.1.2"
appVersion: "0.1.3"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/nesis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nesis

![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)

A Helm chart for Nesis Enterprise Knowledge Discovery

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.2-api
value: ametnes/nesis:0.1.3-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.2-frontend
value: ametnes/nesis:0.1.3-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.2-rag
value: ametnes/nesis:0.1.3-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.2-frontend"
tag: "0.1.3-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.2-api"
tag: "0.1.3-api"


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

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

podSecurityContext:
Expand Down

0 comments on commit c8deb49

Please sign in to comment.