Skip to content

Commit c219b85

Browse files
author
Konstantinos Livieratos
authored
Merge pull request #40 from koslib/docs-improvement
Docs improvement
2 parents 6c6edcc + 9f8cd78 commit c219b85

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
command: helm secrets upgrade <release name> --install --wait <chart> -f <path to values.yaml>
6565
```
6666
67-
# Response
67+
## Response
6868
6969
Use the output of your command in later steps
7070
@@ -81,14 +81,26 @@ Use the output of your command in later steps
8181

8282
```
8383

84+
# Main dependency version
85+
86+
The latest version of this action uses the following dependencies versions:
87+
88+
| Package | Version |
89+
| ----------- | ----------- |
90+
| awscli | 1.24.0 |
91+
| helm | 3.10.1 |
92+
| kubectl | 1.25.91 |
93+
94+
It is very much possible that an update came out and I did not update the action on time. In this please, feel free to [send me a PR](#contributing) and I'll review it as soon as possible.
95+
8496
# Accessing your cluster
8597

86-
> Breaking change from v2.x and onwards
98+
This action does not require any kube-config data set as a secret to connect to the repo. Instead, by authenticating with your AWS account, it automatically generates a kube-config file for your cluster which is then used to execute any `helm` commands.
8799

88-
From version v2.x and onwards, this action does not require any kube-config data set as a secret to connect to the repo. Instead, by authenticating with your AWS account, it automatically generates a kube-config file for your cluster which is then used to execute any `helm` commands.
100+
However if you find this configuration option complicated, you can still supply `KUBE_CONFIG_DATA` as a repository secret, however this is not endorsed by this repository.
89101

90102

91-
# Contributions
103+
# Contributing
92104

93105
Pull requests, issues or feedback of any kind are more than welcome by anyone!
94106

0 commit comments

Comments
 (0)