Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/charts.k
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ charts: helm.Charts = {
nats: {
chart = "nats"
repoURL = "https://nats-io.github.io/k8s/helm/charts/"
targetRevision = "1.3.16"
targetRevision = "2.12.1"
schemaGenerator = "AUTO"
}
qbittorrent: {
Expand Down
4 changes: 2 additions & 2 deletions charts/nats/chart.k
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ schema Chart(helm.Chart):
values : Values | any, optional
chart : str, required, default is "nats"
repoURL : str, required, default is "https://nats-io.github.io/k8s/helm/charts/"
targetRevision : str, optional, default is "1.3.16"
targetRevision : str, optional, default is "2.12.1"
"""
values?: Values | any
chart: str = "nats"
repoURL: str = "https://nats-io.github.io/k8s/helm/charts/"
targetRevision?: str = "1.3.16"
targetRevision?: str = "2.12.1"

2 changes: 1 addition & 1 deletion charts/nats/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"type": "string"
},
"tag": {
"default": "2.11.10-alpine",
"default": "2.12.1-alpine",
"required": [],
"title": "tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/nats/values.schema.k
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ schema ValuesContainerImage:
pullPolicy : any, optional, default is ""
registry : any, optional, default is ""
repository : str, optional, default is "nats"
tag : str, optional, default is "2.11.10-alpine"
tag : str, optional, default is "2.12.1-alpine"
"""
[...str]: any
digest?: any
Expand Down