Skip to content

Commit

Permalink
fix: align schema with underlying Go struct
Browse files Browse the repository at this point in the history
  • Loading branch information
KhrisRichardson-BO committed Oct 25, 2021
1 parent 6868fa2 commit 19420dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-image-swapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-image-swapper
description: Mirror images into your own registry and swap image references automatically.
type: application
version: 0.3.3
version: 0.3.4
appVersion: 1.1.0
home: https://github.com/estahn/charts/tree/main/charts/k8s-image-swapper
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-image-swapper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-image-swapper

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

Mirror images into your own registry and swap image references automatically.

Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-image-swapper/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"type": "object",
"properties": {
"accountId": {
"type": "integer"
"type": "string"
},
"region": {
"type": "string"
Expand Down

0 comments on commit 19420dd

Please # to comment.