diff --git a/.github/README.md b/.github/README.md index 098c547..c000a74 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,7 +1,7 @@ Ponder ------- ###### OpenAI Powered Chat Tool -[![main](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=main)](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml) +[![main](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=v0.4.2)](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml) # Install @@ -73,7 +73,7 @@ ponder image "a ferocious cat with wings and fire" Ponder GitHub: https://github.com/seemywingz/ponder - App Version: v0.4.1 + App Version: v0.4.2 Ponder uses OpenAI's API to generate text responses to user input. Or whatever else you can think of. 🤔 diff --git a/cmd/root.go b/cmd/root.go index 92126ee..fed56d8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ import ( ) var ponderMessages = []goai.Message{} -var APP_VERSION = "v0.4.1" +var APP_VERSION = "v0.4.2" var ai *goai.Client var verbose, diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 6a27bac..5189489 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.4.1 +version: v0.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.4.1" +appVersion: "v0.4.2" diff --git a/helm/values.production.yaml b/helm/values.production.yaml index 434fb43..496bc33 100644 --- a/helm/values.production.yaml +++ b/helm/values.production.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: ghcr.io/seemywingz/ponder pullPolicy: Always - tag: v0.4.1 + tag: v0.4.2 imagePullSecrets: [] nameOverride: ""