Skip to content

Commit

Permalink
Merge pull request #193 from one-acre-fund/feature/uptime-wrapper
Browse files Browse the repository at this point in the history
chore: Update uptime-wrapper chart to use new image repository
  • Loading branch information
bisonlou authored Sep 2, 2024
2 parents 50210c1 + 2f133b7 commit faffe9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-wrapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 0.1.0
version: 1.0.0

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/uptime-wrapper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uptime-wrapper

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

A Helm chart for Kubernetes

Expand All @@ -26,7 +26,7 @@ A Helm chart for Kubernetes
| env.SECRET_KEY | string | `"32_character_secret_key"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"medaziz11/uptimekuma_restapi"` | |
| image.repository | string | `"oneacrefund/uptime-wrapper-api"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-wrapper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: medaziz11/uptimekuma_restapi
repository: oneacrefund/uptime-wrapper-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
Expand Down

0 comments on commit faffe9d

Please sign in to comment.