David Bainbridge | 564fcfb | 2019-07-18 23:58:35 +0000 | [diff] [blame] | 1 | # 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 Bainbridge | 7fa6cb4 | 2020-06-12 16:52:38 -0700 | [diff] [blame] | 14 | --- |
| 15 | nameOverride: ~ |
| 16 | fullNameOverride: ~ |
David Bainbridge | 564fcfb | 2019-07-18 23:58:35 +0000 | [diff] [blame] | 17 | |
David Bainbridge | 7fa6cb4 | 2020-06-12 16:52:38 -0700 | [diff] [blame] | 18 | serviceaccount: "" |
David Bainbridge | 564fcfb | 2019-07-18 23:58:35 +0000 | [diff] [blame] | 19 | |
| 20 | defaults: |
| 21 | image_pullPolicy: "Always" |
| 22 | |
| 23 | images: |
| 24 | radius: |
David Bainbridge | 7fa6cb4 | 2020-06-12 16:52:38 -0700 | [diff] [blame] | 25 | registry: "" |
Hardik Windlass | 91f3e7b | 2020-06-29 16:00:26 +0530 | [diff] [blame] | 26 | repository: "freeradius/freeradius-server" |
David Bainbridge | 7fa6cb4 | 2020-06-12 16:52:38 -0700 | [diff] [blame] | 27 | tag: "{{ .Chart.AppVersion }}" |
| 28 | pullPolicy: "{{ .Values.defaults.image_pullPolicy }}" |
Randy Levensalor | bcc5e14 | 2022-08-19 08:57:40 -0600 | [diff] [blame] | 29 | # pullSecrets: |
| 30 | # - name: regcred |
| 31 | |