This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8f27228b3518197872a6243088be546ed95c3c37
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 13 18:14:26 2023 +0100

    feature(#3903): Support secret refresh through the existing addons - Azure 
Key Vault
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 pkg/resources/resources.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 73621a216..7482de1c4 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -611,9 +611,9 @@ var assets = func() http.FileSystem {
                "/traits.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "traits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 60302,
+                       uncompressedSize: 61071,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x73\x1b\x39\x92\x20\xfa\xbb\xff\x0a\x84\xf6\x6d\x48\xf2\x23\x29\x77\xcf\xf6\x6c\xaf\xde\xf3\xce\xa9\xdd\xee\x19\x75\xfb\x43\x67\xa9\x7b\x76\xc2\xe7\x18\x82\x55\x20\x09\xb3\x08\xd4\x00\x28\xca\xec\xdb\xfb\xdf\x2f\x90\x99\xf8\xa8\x62\x51\x24\x6d\xa9\x6f\x74\xb3\x33\x11\x6d\x91\xac\x02\x12\x89\x44\x66\x22\x3f\x9d\xe1\xd2\xd9\xf3\x27\x43\xa6\xf8\x52\x9c\xb3\xdf\xd9\x82\x57\xe2\x09\x63\x75\xc5\xdd\x54\x9b\xe5\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\x1b\x39\x92\xe0\x77\xff\x0a\x84\xf6\x36\x24\xf9\x48\xca\x3d\xb3\x3d\xdb\xab\x3b\xef\x9c\xda\xed\x9e\x51\xb7\x1f\x3a\x4b\xdd\xb3\x13\x3e\xc7\x10\xac\x02\x49\x98\x45\xa0\x06\x40\x51\x66\xdf\xde\x7f\xbf\x40\x66\xe2\x51\xc5\xa2\x48\xda\x52\xdf\xe8\xe6\x11\xd1\x16\xc9\x2a\x20\x91\x48\x64\x26\xf2\xe9\x0c\x97\xce\x9e\x3f\x19\x32\xc5\x97\xe2\x9c\xfd\xd6\x16\xbc\x12\x4f\x18\xab\x2b\xee\xa6\xda\x2c\xcf\xd9\x94\x
 [...]
                },
        }
        fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{

Reply via email to