Skip to content

Commit 5ac7b02

Browse files
committed
fix: rename freeradius image repository to match ImageStream name
"pint-freeradius" doesn't match the ImageStream named "freeradius", so local lookup and image triggers couldn't rewrite the reference. Rename the default repository to "freeradius" to match. Bump chart to 0.3.2.
1 parent 00f9542 commit 5ac7b02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pint
33
description: Pouring IPA for Network Trust - CSH WiFi EAP-TLS enrollment and home RadSec management
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "0.1.0"

chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"properties": {
216216
"repository": {
217217
"type": "string",
218-
"default": "pint-freeradius"
218+
"default": "freeradius"
219219
},
220220
"tag": {
221221
"type": "string",

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ service:
7878
freeradius:
7979
enabled: true
8080
image:
81-
repository: pint-freeradius
81+
repository: freeradius
8282
tag: "latest"
8383
pullPolicy: Always
8484
service:

0 commit comments

Comments
 (0)