Skip to content

Commit

Permalink
packageNameの厳格化
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 27, 2023
1 parent 8c0a447 commit bc133cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/k8s/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: na2na/jetdisc
tag: ee16d9e
tag: 3.0.0-beta1
registry: docker.io
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetdisc",
"version": "3.0.0-beta1",
"version": "3.0.0-beta2",
"description": "",
"type": "module",
"main": "built/index.js",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"datasources": ["docker"],
"packageNames": ["na2na/jetdisc"],
"packageNames": ["docker.io/na2na/jetdisc"],
"matchManagers": ["helm-values"]
}
]
Expand Down

0 comments on commit bc133cc

Please sign in to comment.