diff --git a/Chart.yaml b/Chart.yaml index b61231d..784570f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -34,7 +34,7 @@ dependencies: version: 0.1.57 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-worker - version: 0.1.40 + version: 0.1.47 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress version: 0.1.39 diff --git a/templates/connect/netpol_egress-connect2ftapi.yaml b/templates/connect/netpol_egress-connect2ftapi.yaml new file mode 100644 index 0000000..18489c2 --- /dev/null +++ b/templates/connect/netpol_egress-connect2ftapi.yaml @@ -0,0 +1,17 @@ +apiVersion: networking.k8s.io/v1 +kind: NetworkPolicy +metadata: + name: egress-connect2ftapi +spec: + egress: + - ports: + - port: 443 + protocol: TCP + to: + - ipBlock: + cidr: 195.192.153.189/32 + podSelector: + matchLabels: + app: connect + policyTypes: + - Egress \ No newline at end of file diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 75635bf..2f137a7 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -182,8 +182,14 @@ smardigo-worker: version: 10.4.6 wordpressInitializer: enabled: true + image: + version: 10.6.31 additional_labels: - restart: 20231005-1205 + restart: 20231030-1050 + config: + amount_retries: 2 + base_waittime: 120 + waittime_increase_interval: 30 smardigo-wordpress: wordpress: