This repository was archived by the owner on Apr 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
# To re-generate a bundle for another specific version without changing the standard setup, you can:
4
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
- export VERSION ?= 0.2.0 -alpha
6
+ export VERSION ?= 0.2.1 -alpha
7
7
8
8
# CHANNELS define the bundle channels used in the bundle.
9
9
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.2.0
16
+ version : 0.2.1
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " 0.2.0 -alpha"
21
+ appVersion : " 0.2.1 -alpha"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ controllerManager:
32
32
- ALL
33
33
image :
34
34
repository : ghcr.io/delta10/dns-resolution-operator/controller
35
- tag : v0.2.0 -alpha
35
+ tag : v0.2.1 -alpha
36
36
resources :
37
37
limits :
38
38
cpu : 500m
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ func NPGenerate(ip_map *dnsv1alpha1.IPMap) (np *networking.NetworkPolicy) {
34
34
Egress : []networking.NetworkPolicyEgressRule {
35
35
{To : tolist },
36
36
},
37
+ PolicyTypes : []networking.PolicyType {
38
+ networking .PolicyTypeEgress ,
39
+ },
37
40
},
38
41
}
39
42
You can’t perform that action at this time.
0 commit comments