Skip to content

Commit

Permalink
Security updates for various images
Browse files Browse the repository at this point in the history
Routine updates for various images for dependencies.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 20, 2023
1 parent 70cae03 commit 95100c4
Show file tree
Hide file tree
Showing 20 changed files with 487 additions and 420 deletions.
2 changes: 1 addition & 1 deletion chart/cron-connector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Trigger OpenFaaS Functions with cron
name: cron-connector
version: 0.6.5
version: 0.6.6
sources:
- https://github.com/openfaas-incubator/cron-connector
home: https://www.openfaas.com
Expand Down
10 changes: 5 additions & 5 deletions chart/cron-connector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
image: ghcr.io/openfaas/cron-connector:0.6.1

gatewayURL: http://gateway.openfaas:8080

openfaasPro: false

pro:
image: ghcr.io/openfaasltd/cron-connector:0.2.0
image: ghcr.io/openfaasltd/cron-connector:0.2.1

image: ghcr.io/openfaas/cron-connector:0.6.1

logs:
# Log debug messages
Expand All @@ -22,6 +20,8 @@ contentType: text/plain
# Time between querying the gateway for cron schedules
rebuildInterval: 30s

gatewayURL: http://gateway.openfaas:8080

nodeSelector: {}

tolerations: []
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 14.1.13
version: 14.1.14
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ ingress:
# ingressOperator (optional) – component to have specific FQDN and TLS for Functions
# https://github.com/openfaas-incubator/ingress-operator
ingressOperator:
image: ghcr.io/openfaas/ingress-operator:0.8.0
image: ghcr.io/openfaas/ingress-operator:0.8.1
replicas: 1
create: false
resources:
Expand Down
2 changes: 1 addition & 1 deletion chart/pro-builder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Build OpenFaaS functions via a REST API
name: pro-builder
version: 0.4.7
version: 0.4.8
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
4 changes: 2 additions & 2 deletions chart/pro-builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# image is for the pro-builder API
proBuilder:
image: ghcr.io/openfaasltd/pro-builder:0.3.8
image: ghcr.io/openfaasltd/pro-builder:0.3.9

# Set to 0 for unlimited, or some non-zero value for a hard limit
# the builder will return a HTTP 429 status code, then the client
Expand Down Expand Up @@ -44,7 +44,7 @@ buildkit:
# For a rootless configuration, preferred, if the configuration
# and Kernel version of your Kubernetes nodes supports it
#
image: moby/buildkit:v0.12.2-rootless
image: moby/buildkit:v0.12.3-rootless
rootless: true
securityContext:
# Needs Kubernetes >= 1.19
Expand Down
Binary file added docs/cron-connector-0.6.6.tgz
Binary file not shown.
Binary file modified docs/federated-gateway-0.0.3.tgz
Binary file not shown.
Loading

0 comments on commit 95100c4

Please sign in to comment.