Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Dec 22, 2024
2 parents 76d93d9 + 711b69c commit d2bbf16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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. 🤔
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion helm/values.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: ghcr.io/seemywingz/ponder
pullPolicy: Always
tag: v0.4.1
tag: v0.4.2

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit d2bbf16

Please sign in to comment.