Update Netbox docker tag to latest
[oom.git] / kubernetes / contrib / charts / netbox / charts / netbox-nginx / values.yaml
index e1845c8..f67ff06 100755 (executable)
 # Declare variables to be passed into your templates.
 
 global: # global defaults
-  nodePortPrefix: 304
+  nodePortPrefixExt: 304
   persistence: {}
   pullPolicy: Always
 
 # application image
 repository: docker.io
-image: nginx:1.13-alpine
+image: nginx:1.15-alpine
 pullPolicy: Always
 
 ingress:
@@ -81,4 +81,4 @@ service:
   internalPort: 8080
   nodePort: 20
 
-resources: {}
\ No newline at end of file
+resources: {}