Skip to content

Commit

Permalink
ports (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt108 authored Nov 12, 2020
1 parent d57d3b8 commit 68a8f72
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/thumbor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: thumbor
icon: https://camo.githubusercontent.com/8add159463b5ef31481d1e0cc9fb590cd662fe62/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f6d696e696d616c2d636f6d706163742f696d616765732f6d632d7468756d626f722e706e67
version: 1.0.12
version: 1.0.13
appVersion: "6.7.5"
description: A chart containing Thumbor
home: http://thumbor.org/
Expand Down
2 changes: 1 addition & 1 deletion charts/thumbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=======
A chart containing Thumbor

Current chart version is `1.0.12`
Current chart version is `1.0.13`

## Based on

Expand Down
2 changes: 0 additions & 2 deletions charts/thumbor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ spec:
- name: http
containerPort: 80
env:
- name: THUMBOR_PORT
value: {{ .Values.service.internalPort | quote }}
{{- range $name, $value := .Values.env.open }}
{{- if not (empty $value) }}
- name: {{ $name | quote }}
Expand Down

0 comments on commit 68a8f72

Please sign in to comment.