Skip to content

Commit

Permalink
Update README.md (k8sgpt-ai#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed May 9, 2023
1 parent 809b877 commit 8864538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
model: gpt-3.5-turbo
backend: openai
noCache: false
version: v0.2.7
version: v0.3.0
enableAI: true
secret:
name: k8sgpt-sample-secret
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
model: gpt-3.5-turbo
backend: localai
noCache: false
version: v0.2.7
version: v0.3.0
enableAI: true
EOF
```
Expand All @@ -102,11 +102,12 @@ EOF
## Helm values
Here is an example of some of the values that can be configured.
For more details please see [here](chart/values.yaml)
| Parameter | Description | Default |
| --------- | ----------- | ------- |
| `serviceMonitor.enabled` | Enable Prometheus Operator ServiceMonitor | `false` |
| `controllerManager.manager.image.repository` | Image repository | `k8sgpt/k8sgpt-operator` |
| `controllerManager.manager.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `controllerManager.manager.image.tag` | Image tag | `v0.2.7` |
| `controllerManager.manager.imagePullSecrets` | Image pull secrets | `[]` |

0 comments on commit 8864538

Please sign in to comment.