mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-06-26 04:13:43 +00:00
Update artifacthub-repo.yml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
repositoryID: raczylo-com
|
||||
owners:
|
||||
- name: lukaszraczylo
|
||||
- name: lukasz
|
||||
email: lukasz@raczylo.com
|
||||
|
||||
@@ -13,12 +13,12 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 0.0.20
|
||||
version: 0.0.23
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "0.0.20"
|
||||
appVersion: "0.0.23"
|
||||
keywords:
|
||||
- operator
|
||||
- jobs
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -59,6 +59,10 @@ spec:
|
||||
type: array
|
||||
compiledParams:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
env:
|
||||
items:
|
||||
description: EnvVar represents an environment variable
|
||||
@@ -2135,6 +2139,10 @@ spec:
|
||||
type: boolean
|
||||
params:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
env:
|
||||
items:
|
||||
description: EnvVar represents an environment variable
|
||||
@@ -4205,6 +4213,10 @@ spec:
|
||||
type: boolean
|
||||
params:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
env:
|
||||
items:
|
||||
description: EnvVar represents an environment variable present
|
||||
@@ -6131,6 +6143,10 @@ spec:
|
||||
type: array
|
||||
params:
|
||||
properties:
|
||||
annotations:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
env:
|
||||
items:
|
||||
description: EnvVar represents an environment variable present
|
||||
|
||||
@@ -13,6 +13,7 @@ controllerManager:
|
||||
manager:
|
||||
image:
|
||||
repository: ghcr.io/lukaszraczylo/jobs-manager-operator
|
||||
tag: 0.0.23
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
||||
Reference in New Issue
Block a user