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

chore(deps): update container image anonaddy/anonaddy to 1.0.4@bb9d130 by renovate #16590

Merged
merged 1 commit into from Dec 31, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
74 changes: 37 additions & 37 deletions charts/stable/anonaddy/Chart.yaml
@@ -1,50 +1,50 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: anonaddy
version: 19.1.0
version: 19.1.1
appVersion: 1.0.4
description: Protect your email from spam using disposable addresses.
home: https://truecharts.org/charts/stable/anonaddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
deprecated: false
sources:
- https://github.com/anonaddy/docker
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://hub.docker.com/r/anonaddy/anonaddy
- https://github.com/anonaddy/docker
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
- https://hub.docker.com/r/anonaddy/anonaddy
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- anonaddy
- anonaddy
dependencies:
- name: common
version: 17.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 12.1.0
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: redis
version: 11.1.0
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
- name: common
version: 17.2.2
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: mariadb
version: 12.1.0
repository: https://deps.truecharts.org/
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: redis
version: 11.1.0
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: email
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: email
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application
5 changes: 3 additions & 2 deletions charts/stable/anonaddy/README.md
@@ -1,4 +1,6 @@
# README
---
title: README
---

## General Info

Expand All @@ -9,7 +11,6 @@ For more information about this App, please check the docs on the TrueCharts [we

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**


## Support

- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/anonaddy/values.yaml
@@ -1,6 +1,6 @@
image:
repository: anonaddy/anonaddy
tag: 1.0.4@sha256:e3359ee6536ca2bfc1ebba00e405d9232338506d1c1342db6832192dd00d9994
tag: 1.0.4@sha256:bb9d13028c5d33c071d7e04749a899236a34a96fe88232bbc8224d8b397f14ba
pullPolicy: IfNotPresent
strategy:
type: Recreate
Expand Down