Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable/aws-s3-proxy] Sync labels btw pod and deployment #588

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/aws-s3-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
See here for configuration via environment variables: https://github.com/pottava/aws-s3-proxy#usage
name: aws-s3-proxy
home: https://github.com/pottava/aws-s3-proxy
version: 0.1.4
version: 0.1.5
maintainers:
- name: max-rocket-internet
email: no-reply@deliveryhero.com
2 changes: 1 addition & 1 deletion stable/aws-s3-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aws-s3-proxy

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)

Reverse proxy for AWS S3 with basic authentication.

Expand Down
3 changes: 1 addition & 2 deletions stable/aws-s3-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ spec:
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "aws-s3-proxy.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ include "aws-s3-proxy.labels" . | indent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
Loading