blob: ca30d346e102a4cfee163d9283064e8be9c243fb [file] [log] [blame]
David Bainbridge564fcfb2019-07-18 23:58:35 +00001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
David Bainbridge7fa6cb42020-06-12 16:52:38 -070014---
15nameOverride: ~
16fullNameOverride: ~
David Bainbridge564fcfb2019-07-18 23:58:35 +000017
David Bainbridge7fa6cb42020-06-12 16:52:38 -070018serviceaccount: ""
David Bainbridge564fcfb2019-07-18 23:58:35 +000019
20defaults:
21 image_pullPolicy: "Always"
22
23images:
24 radius:
David Bainbridge7fa6cb42020-06-12 16:52:38 -070025 registry: ""
Hardik Windlass91f3e7b2020-06-29 16:00:26 +053026 repository: "freeradius/freeradius-server"
David Bainbridge7fa6cb42020-06-12 16:52:38 -070027 tag: "{{ .Chart.AppVersion }}"
28 pullPolicy: "{{ .Values.defaults.image_pullPolicy }}"
Randy Levensalorbcc5e142022-08-19 08:57:40 -060029# pullSecrets:
30# - name: regcred
31